home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / bananamonkey.swf / scripts / frame_17 / PlaceObject2_63_197 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2006-06-19  |  272 b   |  17 lines

  1. onClipEvent(enterFrame){
  2.    _X = _X - 3;
  3.    if(_X < -200)
  4.    {
  5.       _X = 700;
  6.    }
  7.    if(this.br.hitTest(_root.monkey))
  8.    {
  9.       if(pl == 1)
  10.       {
  11.          _root.monkey.gotoAndStop(5);
  12.          _root.monkey.waking = 0;
  13.          pl = 0;
  14.       }
  15.    }
  16. }
  17.